🏢
Thunderbird@Work
  • Thunderbird@Work
  • Explore
    • Thunderbird release cycle
    • Best practices for installing and updating Thunderbird
  • Deploy
    • Deploy Thunderbird with MSI installers
    • Mission Control Desktop (MCD) - Thunderbird AutoConfig
  • Manage updates, policies & customization
    • Managing Thunderbird Updates
    • Managing Thunderbird policies
      • Customizing Thunderbird using policies.json
    • Group Policy Templates
    • Thunderbird Preferences Relevant to Enterprises
      • Customize Thunderbird's date and time formats
    • Thunderbird Enterprise Tips
Powered by GitBook
On this page

Was this helpful?

  1. Manage updates, policies & customization
  2. Managing Thunderbird policies

Customizing Thunderbird using policies.json

How to setup Thunderbird policies in cross-platform organisational environments

PreviousManaging Thunderbird policiesNextThunderbird Preferences Relevant to Enterprises

Last updated 9 months ago

Was this helpful?

Policy support can be implemented using a JSON file called policies.json. Unlike controlling Thunderbird , the policies.json is cross-platform compatible, making it the preferred method for organisational environments that have workstations running various operating systems.

To implement this policy support, a policies.json file needs to be created. This file goes into a directory called distribution within the Thunderbird installation directory. This directory is not usually included by default, so you may need to manually create it.

The policies.json file looks like this:

{
 "policies": {
   "BlockAboutConfig": true
 }
}

In this example, we are setting the BlockAboutConfig policy to true, which means that the user will not have access to the about:config page.

The latest information about our policies is available in .

NOTE: The above method will not work if Thunderbird is already being managed using Windows Group Policy.

****

using Windows Group Policy
the README on our GitHub repository